Skip to content

fix: disable completions#6122

Merged
JanDeDobbeleer merged 10 commits intomainfrom
next
Feb 27, 2025
Merged

fix: disable completions#6122
JanDeDobbeleer merged 10 commits intomainfrom
next

Conversation

@JanDeDobbeleer
Copy link
Copy Markdown
Owner

Prerequisites

  • I have read and understood the contributing guide.
  • The commit message follows the conventional commits guidelines.
  • Tests for the changes have been added (for bug fixes / features).
  • Docs have been added/updated (for bug fixes / features).

Description

resolves #6103

@JanDeDobbeleer JanDeDobbeleer force-pushed the next branch 3 times, most recently from fef4a3a to a81b233 Compare February 9, 2025 14:35
@JanDeDobbeleer JanDeDobbeleer force-pushed the next branch 3 times, most recently from f809f84 to 16f1f09 Compare February 23, 2025 16:16
JanDeDobbeleer and others added 9 commits February 27, 2025 08:26
BREAKING CHANGE: this removes branch properties from the git segment
and replaces them with a single template. To migrate, use the following
guide.

*branch_max_length*

`"branch_max_length": 5` -> `"branch_template": "{{ trunc 5 .Branch }}"`

This will turn `feature/test-this-branch` into `featu`

If you want to display a truncate symbol at the end of the branch name:

`"branch_template": "{{ truncE 5 .Branch }}"`

This will turn `feature/test-this-branch` into `feat…`

*full_branch_path*

`"full_branch_path": false` -> `"branch_template": "{{ base .Branch }}"`

This will turn `feature/test-this-branch` into `test-this-branch`
@JanDeDobbeleer JanDeDobbeleer force-pushed the next branch 2 times, most recently from 3ee6bac to bf9a457 Compare February 27, 2025 07:36
@JanDeDobbeleer JanDeDobbeleer enabled auto-merge (rebase) February 27, 2025 07:48
@JanDeDobbeleer JanDeDobbeleer merged commit 93649ab into main Feb 27, 2025
7 checks passed
@JanDeDobbeleer JanDeDobbeleer deleted the next branch February 27, 2025 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

A little article in Documentation, explaining auto-completion

2 participants